home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Shapes / object.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  267 b   |  5 lines

  1. // general purpose enclosing wrapper for a predefined shape
  2. #define MyShape = box {-1,1}     // define the shape
  3. object { MyShape }               // create an actual object with that shape
  4. object { MyShape translate 3*x}  // create another object with that shape
  5.